<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@media screen and (min-width:1250px) {


}

@media screen and (min-width:1200px) {
	
.m_img,.m_nav,.ziy_dh_top{
    display: none
}





/*在线客服*/
.sidebar-content{position: fixed; top: 50%; right: 0; z-index: 1000; margin-top: -280px;}
.sidebar-box{position: relative; margin-top: 1px;}
.sidebar-icon{width: 50px; height: 50px; cursor: pointer;}
.si1 .sidebar-icon{background: #2c237c url(../images/side1.png) no-repeat center center;}
.si2 .sidebar-icon{background: #2c237c url(../images/side2.png) no-repeat center center;}
.si3 .sidebar-icon{background: #2c237c url(../images/side3.png) no-repeat center center;}
.si4 .sidebar-icon{background: #2c237c url(../images/side4.png) no-repeat center center;}
.si5 .sidebar-icon{background: #2c237c url(../images/side5.png) no-repeat center center;}
.si1:hover .sidebar-icon{background: #ff963a url(../images/side1.png) no-repeat center center;}
.si2:hover .sidebar-icon{background: #ff963a url(../images/side2.png) no-repeat center center;}
.si3:hover .sidebar-icon{background: #ff963a url(../images/side3.png) no-repeat center center;}
.si4:hover .sidebar-icon{background: #ff963a url(../images/side4.png) no-repeat center center;}
.si5:hover .sidebar-icon{background: #ff963a url(../images/side5.png) no-repeat center center;}
.sidebar-dark1{position: absolute; top: 0; right: 50px; padding: 0 20px; background-color: #ff963a; display: none;}
.sidebar-dark2{position: absolute; top: 0; right: 50px; padding: 16px 20px; background-color: #ff963a; display: none;}
.sidebar-box:hover .sidebar-dark1{display: block;}
.sidebar-box:hover .sidebar-dark2{display: block;}
.sidebar-dark1 p a{display: block; height: 50px; line-height: 50px; font-size: 16px; color: white; text-align: center; white-space: nowrap;}
.sidebar-code{width: 98px; margin-top: 8px;}
.sidebar-dark2 .sidebar-code:first-child{margin-top: 0;}
.sidebar-code p{text-align: center; color: white; line-height: 18px; margin-top: 4px;}
.sidebar-top{display: block; width: 50px; height: 50px;}
.sidebar-icon-a{display: block; width: 50px; height: 50px;}
.side-layer{position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1001; display: none;}
.side-layer-bg{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.5;}








/* 幻灯片 */
.dowebok { margin: 0 auto;overflow: hidden;}
.swiper-container { margin: 0 auto; overflow: visible;}
.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev { display: block;}
.swiper-slide { position: relative; opacity: 0 !important;}
.swiper-slide img { width: 100%;}
.swiper-slide-active { opacity: 1 !important;}
.swiper-slide .ren { position: absolute; left: 0; top: 0; width: 1436px; height: 840px;}
.swiper-button-next, .swiper-button-prev { display: none; width: 40px; height: 68px; background-size: contain;}
.swiper-button-next { right: 100px; background-image: url(../images/next.png);}
.swiper-button-prev { left: 100px; background-image: url(../images/prev.png);}
.swiper-container-horizontal .swiper-pagination-bullets { bottom: 40px;}
.swiper-pagination-bullet { width: 70px; height: 4px; margin: 0 10px !important; padding: 6px 0; border-radius: 0; background-color: transparent; opacity: 1;}
.swiper-pagination-bullet:after { content: ""; display: block; height: 4px; background-color: #fff; opacity: 0.5;}
.swiper-pagination-bullet:hover:after, .swiper-pagination-bullet-active:after { background-color: #000;}

.ny-banner{ overflow:hidden;}
.ny-banner img{ width:1920px; position:relative; left:50%; margin-left:-960px;}

.service {
    display: block;
    width: 100%;
    margin-top: 20px;
	background-color: #e6e6e6;
}


.service .container{
	display: block;
	width: 100%;
}

.service .col-lg-4{
	display: block;
	padding:0;
	overflow: hidden;
}

.service .col-lg-4 img{
	transition: all 0.5s;
}

.service-title {
    display: table;
    margin-top: 8%;
    font-size: 24px;
    font-weight: 500;
    color: #2c237c;
}

.service .col-lg-5 {
    width: 41.66666667%;
    margin-left: 120px;
}

.service-box {
    font-size: 14px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.service-hr {
    display: table;
    height: 2px;
    background-color: #2c237c;
    width: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.service-more {
    font-size: 16px;
    margin-top: 2%;
}

.service-more a {
    color: #2c237c;
    font-size: 14px;
}

.service .col-lg-4:hover img{
	transform:scale(1.1);
}





.index-product {
    margin-top: 60px;
    padding-bottom: 22px;
}

.index-product-title {
	position: relative;
}

.index-product-title h5 {
    font-size: 30px;
    color: #2c237c;
    text-align: center;
    display: table;
    margin: 0 auto;
}

.index-product-title h5::after {
    content: "";
    border-bottom: 1px dashed #2c237c;
    display: table;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 20px;
    left: 0%;
}

.index-product-title h5 span{
    background: #fff;
    display: table;
    position: relative;
    z-index: 999999;
    padding: 0 40px;
}

.index-product-title p {
    font-size: 14px;
    text-align: center;
    margin-top: 22px;
}

.text {
    display: block;
    width: 100%;
    position: relative;
}

.text h3 {
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: center;
    color: #313131;
    line-height: 40px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.text p{
    display: table;
    width: 100%;
    text-align: center;
    margin-top: 10px;
	color:#601a00
}

.text::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #2c237c;
    position: absolute;
    top: 0;
    transition: all 0.8s;
}

.index-product-body {
    display: table;
    margin-top: 30px;
}

.index-product-body ul li {
    margin-bottom: 18px;
	display: inline-table;
}
.index-product-body ul li:hover .text::after{
	width: 100%;
}




.culture-bg{
	display: table;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.culture-body{
	width: 80%;
	float: left;
}

.platform {
    position: relative;
    background: url(../images/bg.jpg) no-repeat center;
    height: 445px;
    background-size:cover; 
}

.platform-img{
	width: 100%;
}

.platform-text {
    position: absolute;
    top: 8%;
    right: 9%;
    width: 592px;
}


.platform-h1{
    display: table;
    margin-left: 10px;
}

.platform-h1 h2 {
    color: #fff;
    text-align: right;
    font-size: 30px;
}

.platform-h1 h2 {
    color: #fff;
    text-align: left;
    font-size: 30px;
}

.platform-h2 {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding-left: 10px;
}

.pla-ul{
	display: block;
	width: 100%;
}

.pla-ul ul li {
    width: 45%;
    float: left;
    border: 1px solid #fff;
    margin: 10px 10px;
    padding: 5px;
    min-height: 85px
}

.pla-ul ul li h4 {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.platform-h3 p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    line-height: 25px;
}

.hr1 {
    margin-top: 24px;
    margin-bottom: 18px;
    border-top: 2px solid #2c237c;
}

.culture-title{
	font-size: 24px;
}

.culture-title h3 {
    color: #2c237c;
    font-size: 24px;
}

.culture-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 14px;
}

.img img{
	display: table;
	margin: 0 auto;
    max-height: 204px;
}

.culture-ul{
	margin-top: 40px;
}
.culture-ul ul li p {
    font-size: 14px;
    color:#3c3c3c;
    display: table;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}


.culture-bg .col-lg-6 {
    border-right: 1px solid #585858;
}
.culture-bg .col-lg-6:nth-child(2){
	border:0;
}


.cultrure-right {
    margin-left: 75px;
}

.culture-img {
    margin-top: 12px;
    width: 75%;
}





.client-bg{
	display: table;
	width: 100%;
	position: relative;
}

.client-body {
    position: absolute;
    top: 16%;
    width: 755px;
    background: rgba(44,35,124,0.8);
    left: 50%;
    padding: 40px 20px;
    margin-left: -377px;
}


.client-title h2{
	font-size: 28px;
	color:#fff;
	text-align: center;
}

.client-txt {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 40px;
}

.client-a{
	display:table;
	margin:0 auto;
}

.client-a ul li {
    float: left;
    margin: 0 30px;
}

.client-a ul li a {
    color: #fff;
    font-size: 16px;
	text-transform:Capitalize;
}

.client-a ul li a i {
    margin-right: 6px;
}





.index-new-bg {
    display: block;
    margin-top: 45px;
    margin-bottom: 45px;
}

.index-new-titile{
	display: table;
	width: 100%;
}

.index-new-titile h2{
	font-size: 30px;
	text-align: center;
}

.index-new-titile p{
	font-size: 14px;
	text-align: center;
}

.index-new-bg-body{
	display: block;
	width: 100%;
	margin-top: 28px;
}

.index-new-bg-body ul li .img{
	overflow: hidden;
}
.index-new-bg-body ul li .img img{
	transition: all 0.5s;
	
}

.index-new-bg-body ul li:hover .img img{
	transform:scale(1.1);
}


.new-title{
	color:#601a00;
}

.new-title h3 {
    font-size: 16px;
    margin: 12px 0;
}

.new-title h3 a {
    color: #4c4c4c;
}

.new-text {
    font-size: 12px;
    line-height: 20px;
    display: table;
    width: 100%;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index-new-more {
    font-size: 12px;
    margin-top: 10px;
    display: table;
}
.index-new-more a{
	color:#2c237c;
}

.footer-bg {
    width: 100%;
    display: table;
    background-color: #2e2e2e;
    border-top: 3px solid #ff5200;
}

.footer-bg span{
	height: 60px;
	line-height: 60px;
	color:#fff;
	font-size: 14px;
}

.footer-nav ul li {
    float: left;
    margin: 0 15px;
	position: relative;
}

.footer-nav ul li:after {
    content: "";
    height: 10px;
    width: 2px;
    background-color: #fff;
    position: absolute;
    right: -14px;
    top: 25px;
}

.footer-nav ul li:last-child:after{
	display: none;
}

.footer-nav ul li a{
	font-size: 14px;
	line-height: 60px;
	height: 60px;
	color:#fff
}

.index-new-titile h2 {
    font-size: 30px;
    text-align: center;
    position: relative;
}

.index-new-titile h2 span{
	display: table;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 99999999;
    padding: 0 24px;
    font-size: 30px;
    margin-bottom: 14px;
}


.index-new-titile h2:after {
    content: "";
    border-bottom: 1px dashed #2c237c;
    display: table;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 20px;
    left: 0%;
}
.content-pic ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}


.content-pic ul li{
	margin-bottom: 20px;
	display: inline-table;
}







/*友情链接*/
.Link {background-color: #e4e4e4;padding: 16px 0;}
.Link span {color: #333333;font-size: 14px;font-weight: bold;}
.Link a {font-size: 14px;color: #666666;padding: 0 15px;transition: all .5s;}
/* 友情链接 */

/* 版权 */
.fonter {
    background: #333333;
    padding-bottom: 10px;
}
.fonter ul {
    display: table;
    width: 51%;
    padding: 35px 0;
    float: left;
	display: flex;
	justify-content: space-between;
	margin-right: 9%;
}
.fonter ul li {
    display: table;
    float: left;
     margin-right: 3%; 
}
.fonter ul li h3 {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #fff;
    margin-bottom: 14px;
}
.fonter ul li a {
    display: table;
    width: 100%;
    color: #cccccc;
    font-size: 14px;
    margin-bottom: 16px;
}

.footer-contact {
    display: block;
    float: left;
    padding: 35px 0;
    padding-bottom: 0;
}

.footer-contact h3 {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #fff;
    margin-bottom: 14px;
}

.contact-bottom {
    display: table;
    width: 290px;
    color: #cccccc;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 28px;
}

.footer-code {
    display: block;
    float: right;
    padding: 35px 0;
}

.footer-code h3 {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    margin-bottom: 14px;
    letter-spacing: 1px;
}

.code-bottom{
	display: block;
	width: 100%;
}

.code-bottom h3 {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #fff;
    margin-bottom: 14px;
}

.code-bottom img{
	max-width: 100%;
}

.footer-bottom {
    display: block;
    width: 100%;
    text-align: center;
    background: #333;
    color: #fff;
}

.footer-bottom .container {
    border-top: 1px solid #616161;
    height: 50px;
    line-height: 50px;
    color: #fff;
}




}</pre></body></html>